home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
GRAPHICS
/
GWSWN11H.ZIP
/
SETUP.SCR
< prev
next >
Wrap
Text File
|
1993-08-24
|
2KB
|
57 lines
;
;Graphic Workshop for Windows install script
;arguments: %1 = destination path
; %2 = windows directory
;
copy gws.ex_ %1\gws.exe
onerror say Error copying GWS.EXE
;
copy gws.hl_ %1\gws.hlp
onerror say Error copying GWS.HLP
copy example1.im_ %1\example1.img
onerror say Error copying EXAMPLE1.IMG
copy example1.th_ %1\example1.thn
onerror say Error copying EXAMPLE1.THN
copy example2.gif %1\example2.gif
onerror say Error copying EXAMPLE2.GIF
copy example2.th_ %1\example2.thn
onerror say Error copying EXAMPLE2.THN
copy example3.gif %1\example3.gif
onerror say Error copying EXAMPLE3.GIF
copy example3.th_ %1\example3.thn
onerror say Error copying EXAMPLE3.THN
copy readme.txt %1\readme.txt
onerror say Error copying README.TXT
copy order.fr_ %1\order.frm
onerror say Error copying ORDER.FRM
copy bwcc.dll %1\bwcc.dll
onerror say Error copying BWCC.DLL to %1. Graphic Workshop may not run without this file.
copy pcdlib.dl_ %1\pcdlib.dll
onerror say Error copying PCDLIB.DLL to %1. Graphic Workshop may not run without this file.
;
; Use only if there's a README.TXT file
;
copy readme.txt %1\readme.txt
onerror say Error copying README.TXT
;
;registered versions only
;
;copy camera.ex_ %1\camera.exe
;onerror say Error copying CAMERA.EXE
;copy pconfig.ex_ %1\pconfig.exe
;onerror say Error copying PCONFIG.EXE
;copy camera.wr_ %1\camera.wri
;onerror say Error copying CAMERA.WRI
;copy pconfig.wr_ %1\pconfig.wri
;onerror say Error copying PCONFIG.WRI
;
;documentation
;
copy gws.wr_ %1\gws.wri
onerror say Error copying GWS.WRI
copy order.wr_ %1\order.wri
onerror say Error copying ORDER.WRI
;
; Now go make the group
;